How to decrypt PDF files on macOS
from
2022-10-11
How to decrypt PDF files on macOS
#PDF
QPDF — a command-line tool and C++ library that performs content-preserving transformations on PDF files
brew install qpdf
qpdf --decrypt --password=PASSWORD_TO_DECRYPT ENCRYPTED_FILE.pdf DECRYPTED_FILE.pdf
#macOS
#Homebrew
#застосунки